home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / CodeWarrior Lite / Metrowerks C⁄C++ Lite / Headers / System Extras Headers / GX Headers / PrintingErrors.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-02  |  2.0 KB  |  69 lines  |  [TEXT/MMCC]

  1. /*
  2.     File:        PrintingErrors.h
  3.  
  4.     Copyright:    © 1984-1994 by Apple Computer, Inc., all rights reserved.
  5.  
  6.     WARNING
  7.     This file was auto generated by the interfacer tool. Modifications
  8.     must be made to the master file.
  9.  
  10. */
  11.  
  12. #ifndef __PRINTINGERRORS__
  13. #define __PRINTINGERRORS__
  14.  
  15. #define gxPrintingResultBase -510
  16.  
  17. enum  {
  18.     gxAioTimeout                = -510,
  19.     gxAioBadRqstState            = (-510 - 1),
  20.     gxAioBadConn                = (-510 - 2),
  21.     gxAioInvalidXfer            = (-510 - 3),
  22.     gxAioNoRqstBlks                = (-510 - 4),
  23.     gxAioNoDataXfer                = (-510 - 5),
  24.     gxAioTooManyAutos            = (-510 - 6),
  25.     gxAioNoAutoStat                = (-510 - 7),
  26.     gxAioBadRqstID                = (-510 - 8),
  27.     gxAioCantKill                = (-510 - 9),
  28.     gxAioAlreadyExists            = (-510 - 10),
  29.     gxAioCantFind                = (-510 - 11),
  30.     gxAioDeviceDisconn            = (-510 - 12),
  31.     gxAioNotImplemented            = (-510 - 13),
  32.     gxAioOpenPending            = (-510 - 14),
  33.     gxAioNoProtocolData            = (-510 - 15),
  34.     gxAioRqstKilled                = (-510 - 16),
  35.     gxBadBaudRate                = (-510 - 17),
  36.     gxBadParity                    = (-510 - 18),
  37.     gxBadStopBits                = (-510 - 19),
  38.     gxBadDataBits                = (-510 - 20),
  39.     gxBadPrinterName            = (-510 - 21),
  40.     gxAioBadMsgType                = (-510 - 22),
  41.     gxAioCantFindDevice            = (-510 - 23),
  42.     gxAioOutOfSeq                = (-510 - 24),
  43.     gxPrIOAbortErr                = (-510 - 25),
  44.     gxPrUserAbortErr            = (-510 - 26),
  45.     gxCantAddPanelsNowErr        = (-510 - 27),
  46.     gxBadxdtlKeyErr                = (-510 - 28),
  47.     gxXdtlItemOutOfRangeErr        = (-510 - 29),
  48.     gxNoActionButtonErr            = (-510 - 30),
  49.     gxTitlesTooLongErr            = (-510 - 31),
  50.     gxUnknownAlertVersionErr    = (-510 - 32),
  51.     gxGBBufferTooSmallErr        = (-510 - 33),
  52.     gxInvalidPenTable            = (-510 - 34),
  53.     gxIncompletePrintFileErr    = (-510 - 35),
  54.     gxCrashedPrintFileErr        = (-510 - 36),
  55.     gxInvalidPrintFileVersion    = (-510 - 37),
  56.     gxSegmentLoadFailedErr        = (-510 - 38),
  57.     gxExtensionNotFoundErr        = (-510 - 39),
  58.     gxDriverVersionErr            = (-510 - 40),
  59.     gxImagingSystemVersionErr    = (-510 - 41),
  60.     gxFlattenVersionTooNew        = (-510 - 42),
  61.     gxPaperTypeNotFound            = (-510 - 43),
  62.     gxNoSuchPTGroup                = (-510 - 44),
  63.     gxNotEnoughPrinterMemory    = (-510 - 45),
  64.     gxDuplicatePanelNameErr        = (-510 - 46)
  65. };
  66.  
  67. #endif
  68.  
  69.